DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / IObservableSource<T> Interface / SupportsItemOrdinals Property

In This Topic
    SupportsItemOrdinals Property (IObservableSource<T>)
    In This Topic
    Gets a value that indicates whether this collection is capable of providing the ordinal position of the changed item when it notifies of an item change.
    Syntax
    'Declaration
     
    ReadOnly Property SupportsItemOrdinals As Boolean
    bool SupportsItemOrdinals {get;}

    Property Value

    true if the collection can provide item ordinal positions.
    Remarks
    If this property returns true, LiveLinq can call the EnableItemOrdinals method to require providing ordinals.
    See Also